*{
    margin:0;
    box-sizing: border-box;
}
body{
    background-image: url("../images/med.jpg");
    
    background-size: cover;
    opacity: 1;
}
.logo img{
    width: 500px;
}
    
.navbar{
    padding: 20px;
    padding: 40px 0;
    width: 100%;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgb(30, 92, 92);
}
#hello{
    display: flex;
    flex-direction: row;
}
#hello a{
    margin-right: 30px;
    
    text-decoration: none;
    color:white;
    font-size: 18px;
    
}
#hello a:hover{
    background-color: rgb(33, 117, 99);
    transition: .5s;
    border-radius: 10px;
}
.gdsc-search{
    align-items: center;
    border: 1px solid black;
    background-color: transparent;
    color: transparent;
    
}
.second
{
    margin-top: 100px;
}
.NEWWISHES{
    margin: 50% 50%;
}